home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 1995 #5 & #6
/
Amiga Plus CD - 1995 - No. 5 and 6.iso
/
pd
/
datatypes
/
multiprint
/
source
/
multiprint.cd
< prev
next >
Wrap
Text File
|
1995-08-07
|
994b
|
48 lines
;
; $PROJECT: MultiPrint - print datatype objects
;
; $VER: MultiPrint.cd 39.0 (07.08.95)
;
; by
;
; Stefan Ruppert , Windthorststrasse 5 , 65439 Floersheim , GERMANY
;
; (C) Copyright 1995
; All Rights Reserved !
;
; $HISTORY:
;
; 07.08.95 : 039.000 : initial
;
MSG_PRINTING_FILE (4000//)
Printing file %s ...
;
MSG_NO_PRINTING_SUPPORTED (//)
The datatype for %s doesn't support printing !\n
;
;--- Printer error messages ----
PRERR_NOERR (5000//)
Done !\n
;
PRERR_CANCEL (//)
Canceled !\n
;
PRERR_NOTGRAPHICS (//)
Printer cannot output graphics !\n
;
PRERR_OBS1 (//)
Obsolete !\n
;
PRERR_BADDIMENSION (//)
Print dimensions are illegal !\n
;
PRERR_OBS2 (//)
Obsolete !\n
;
PRERR_INTERNALMEMORY (//)
Not enough memory !\n
;
PRERR_BUFFERMEMORY (//)
Not enough memory !\n
;